query n. 1.質(zhì)問;詢問;疑問,懷疑。 2.敢問,請問〔在疑問句前單獨使用〕。 3.【印刷】(打在原稿或校樣上的)疑問號〔?〕〔亦可寫作 query, 通常略作 qu. 或 qy. 〕。 Q-, was the money ever paid 請問這錢付過了沒有? vt. (-ried;-rying) 1.問,詢問 (whether; if); 質(zhì)問。 2.把…作為問題提出,對…表示懷疑。 vi. 質(zhì)問,詢問;表示懷疑,在(校樣等上)加疑問符號。
insert vt. 1.插進,夾入。 2.寫進,記入;刊登。 3.(縫紉中)鑲,補。 insert a key in [into] a lock 把鑰匙插進鎖中。 insert a word in a line 插一個字到行里。 insert an advertisement in a newspaper 在報上登廣告。 vi. 【醫(yī)學(xué)】(肌肉)附著。 n. 1.插入物,嵌入物。 2.補墊。 3.電報頭。 4.〔 pl.〕 金屬型芯,嵌入物。 5.插頁;【電影】插入畫面。
Insert the query being built is an insert query 要生成的查詢?yōu)椤安迦搿辈樵儭?
Supports insert queries 支持插入查詢。
Because no table is created for a query that does not return rows , if you process an insert query followed by a select query , the table created for the select query is named " table " , because it is the first table created 如果某個查詢不返回行,則不會為該查詢創(chuàng)建表,因此,如果您先處理一個插入查詢,然后再處理一個選擇查詢,這樣由于為選擇查詢創(chuàng)建的表是第一個表,所以該表將被命名為“ table ” 。
Since no table is created for a query that does not return rows , if you were to process an insert query followed by a select query , the table created for the select query would be named " table " , because it is the first table created 如果某個查詢不返回行,則不會為該查詢創(chuàng)建表,因此,如果您先處理一個插入查詢,然后再處理一個選擇查詢,那么由于為選擇查詢創(chuàng)建的表是第一個表,所以該表將被命名為“ table ” 。